html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: 'SourceHanSansCN';
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.jlpPage {
    width: 100%;
    height: 90%;
}

#jl_home_container .section {
    background-size: cover;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

/*分页器*/

.jlpPage .swiper-pagination {
    top: auto;
    bottom: 50px;
    background: none;
}

.jlpPage .swiper-pagination-bullet {
    display: inline-block;
    width: 50px;
    height: 30px;
    margin: 0 3px;
    cursor: pointer;
    background: none;
    border-radius: 0;
    opacity: 1;
}

.jlpPage .swiper-pagination-bullet span {
    width: 50px;
    height: 2px;
    display: block;
    background: rgba(128, 128, 128, 0.2);
}

.jlpPage .swiper-pagination-bullet-active span {
    background: gray;
}

.jlpPage .autoplay .swiper-pagination-bullet-active span {
    background: rgba(128, 128, 128, 0.2);
}

.jlpPage .swiper-pagination-bullet i {
    background: gray;
    height: 2px;
    transform: scaleX(0);
    transform-origin: 0;
    display: block;
}

p.gaba {
    vertical-align: middle;
    line-height: 20px;
}

p.gaba .gaba-icon {
    vertical-align: middle;
    margin-right: 5px;
}

.jlft-pay-wrap {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
    height: 24px;
    padding-top: 18px;
    margin-bottom: 8px;
}

.jlft-pay-wrap .pay-lisence-wrap {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.jlft-pay-wrap .pay-lisence-wrap .img {
    margin: 0 !important;
    float: left;
    cursor: pointer;
    width: 32px;
    height: 24px;
}

.jlft-pay-wrap .pay-lisence-wrap .desction {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-left: 6px;
    cursor: pointer;
}